Termination w.r.t. Q of the following Term Rewriting System could be proven:

Q restricted rewrite system:
The TRS R consists of the following rules:

a(a(append, nil), ys) → ys
a(a(append, a(a(cons, x), xs)), ys) → a(a(cons, x), a(a(append, xs), ys))
a(a(filter, f), nil) → nil
a(a(filter, f), a(a(cons, x), xs)) → a(a(a(if, a(f, x)), x), a(a(filter, f), xs))
a(a(le, 0), y) → true
a(a(le, a(s, x)), 0) → false
a(a(le, a(s, x)), a(s, y)) → a(a(le, x), y)
a(a(a(if, true), x), xs) → a(a(cons, x), xs)
a(a(a(if, false), x), xs) → xs
a(a(not, f), b) → a(not2, a(f, b))
a(not2, true) → false
a(not2, false) → true
a(qs, nil) → nil
a(qs, a(a(cons, x), xs)) → a(a(append, a(qs, a(a(filter, a(le, x)), xs))), a(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs))))

Q is empty.


QTRS
  ↳ Overlay + Local Confluence

Q restricted rewrite system:
The TRS R consists of the following rules:

a(a(append, nil), ys) → ys
a(a(append, a(a(cons, x), xs)), ys) → a(a(cons, x), a(a(append, xs), ys))
a(a(filter, f), nil) → nil
a(a(filter, f), a(a(cons, x), xs)) → a(a(a(if, a(f, x)), x), a(a(filter, f), xs))
a(a(le, 0), y) → true
a(a(le, a(s, x)), 0) → false
a(a(le, a(s, x)), a(s, y)) → a(a(le, x), y)
a(a(a(if, true), x), xs) → a(a(cons, x), xs)
a(a(a(if, false), x), xs) → xs
a(a(not, f), b) → a(not2, a(f, b))
a(not2, true) → false
a(not2, false) → true
a(qs, nil) → nil
a(qs, a(a(cons, x), xs)) → a(a(append, a(qs, a(a(filter, a(le, x)), xs))), a(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs))))

Q is empty.

The TRS is overlay and locally confluent. By [19] we can switch to innermost.

↳ QTRS
  ↳ Overlay + Local Confluence
QTRS
      ↳ DependencyPairsProof

Q restricted rewrite system:
The TRS R consists of the following rules:

a(a(append, nil), ys) → ys
a(a(append, a(a(cons, x), xs)), ys) → a(a(cons, x), a(a(append, xs), ys))
a(a(filter, f), nil) → nil
a(a(filter, f), a(a(cons, x), xs)) → a(a(a(if, a(f, x)), x), a(a(filter, f), xs))
a(a(le, 0), y) → true
a(a(le, a(s, x)), 0) → false
a(a(le, a(s, x)), a(s, y)) → a(a(le, x), y)
a(a(a(if, true), x), xs) → a(a(cons, x), xs)
a(a(a(if, false), x), xs) → xs
a(a(not, f), b) → a(not2, a(f, b))
a(not2, true) → false
a(not2, false) → true
a(qs, nil) → nil
a(qs, a(a(cons, x), xs)) → a(a(append, a(qs, a(a(filter, a(le, x)), xs))), a(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs))))

The set Q consists of the following terms:

a(a(append, nil), x0)
a(a(append, a(a(cons, x0), x1)), x2)
a(a(filter, x0), nil)
a(a(filter, x0), a(a(cons, x1), x2))
a(a(le, 0), x0)
a(a(le, a(s, x0)), 0)
a(a(le, a(s, x0)), a(s, x1))
a(a(a(if, true), x0), x1)
a(a(a(if, false), x0), x1)
a(a(not, x0), x1)
a(not2, true)
a(not2, false)
a(qs, nil)
a(qs, a(a(cons, x0), x1))


Using Dependency Pairs [1,15] we result in the following initial DP problem:
Q DP problem:
The TRS P consists of the following rules:

A(qs, a(a(cons, x), xs)) → A(not, a(le, x))
A(a(append, a(a(cons, x), xs)), ys) → A(a(cons, x), a(a(append, xs), ys))
A(qs, a(a(cons, x), xs)) → A(a(append, a(qs, a(a(filter, a(le, x)), xs))), a(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs))))
A(qs, a(a(cons, x), xs)) → A(le, x)
A(qs, a(a(cons, x), xs)) → A(append, a(qs, a(a(filter, a(le, x)), xs)))
A(a(a(if, true), x), xs) → A(cons, x)
A(a(a(if, true), x), xs) → A(a(cons, x), xs)
A(a(filter, f), a(a(cons, x), xs)) → A(a(a(if, a(f, x)), x), a(a(filter, f), xs))
A(qs, a(a(cons, x), xs)) → A(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs)))
A(a(le, a(s, x)), a(s, y)) → A(a(le, x), y)
A(a(append, a(a(cons, x), xs)), ys) → A(a(append, xs), ys)
A(qs, a(a(cons, x), xs)) → A(filter, a(le, x))
A(a(le, a(s, x)), a(s, y)) → A(le, x)
A(a(filter, f), a(a(cons, x), xs)) → A(a(filter, f), xs)
A(a(append, a(a(cons, x), xs)), ys) → A(append, xs)
A(qs, a(a(cons, x), xs)) → A(qs, a(a(filter, a(le, x)), xs))
A(qs, a(a(cons, x), xs)) → A(a(filter, a(le, x)), xs)
A(qs, a(a(cons, x), xs)) → A(qs, a(a(filter, a(not, a(le, x))), xs))
A(a(not, f), b) → A(not2, a(f, b))
A(a(filter, f), a(a(cons, x), xs)) → A(f, x)
A(qs, a(a(cons, x), xs)) → A(filter, a(not, a(le, x)))
A(qs, a(a(cons, x), xs)) → A(a(filter, a(not, a(le, x))), xs)
A(a(filter, f), a(a(cons, x), xs)) → A(a(if, a(f, x)), x)
A(a(not, f), b) → A(f, b)
A(a(filter, f), a(a(cons, x), xs)) → A(if, a(f, x))

The TRS R consists of the following rules:

a(a(append, nil), ys) → ys
a(a(append, a(a(cons, x), xs)), ys) → a(a(cons, x), a(a(append, xs), ys))
a(a(filter, f), nil) → nil
a(a(filter, f), a(a(cons, x), xs)) → a(a(a(if, a(f, x)), x), a(a(filter, f), xs))
a(a(le, 0), y) → true
a(a(le, a(s, x)), 0) → false
a(a(le, a(s, x)), a(s, y)) → a(a(le, x), y)
a(a(a(if, true), x), xs) → a(a(cons, x), xs)
a(a(a(if, false), x), xs) → xs
a(a(not, f), b) → a(not2, a(f, b))
a(not2, true) → false
a(not2, false) → true
a(qs, nil) → nil
a(qs, a(a(cons, x), xs)) → a(a(append, a(qs, a(a(filter, a(le, x)), xs))), a(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs))))

The set Q consists of the following terms:

a(a(append, nil), x0)
a(a(append, a(a(cons, x0), x1)), x2)
a(a(filter, x0), nil)
a(a(filter, x0), a(a(cons, x1), x2))
a(a(le, 0), x0)
a(a(le, a(s, x0)), 0)
a(a(le, a(s, x0)), a(s, x1))
a(a(a(if, true), x0), x1)
a(a(a(if, false), x0), x1)
a(a(not, x0), x1)
a(not2, true)
a(not2, false)
a(qs, nil)
a(qs, a(a(cons, x0), x1))

We have to consider all minimal (P,Q,R)-chains.

↳ QTRS
  ↳ Overlay + Local Confluence
    ↳ QTRS
      ↳ DependencyPairsProof
QDP
          ↳ DependencyGraphProof

Q DP problem:
The TRS P consists of the following rules:

A(qs, a(a(cons, x), xs)) → A(not, a(le, x))
A(a(append, a(a(cons, x), xs)), ys) → A(a(cons, x), a(a(append, xs), ys))
A(qs, a(a(cons, x), xs)) → A(a(append, a(qs, a(a(filter, a(le, x)), xs))), a(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs))))
A(qs, a(a(cons, x), xs)) → A(le, x)
A(qs, a(a(cons, x), xs)) → A(append, a(qs, a(a(filter, a(le, x)), xs)))
A(a(a(if, true), x), xs) → A(cons, x)
A(a(a(if, true), x), xs) → A(a(cons, x), xs)
A(a(filter, f), a(a(cons, x), xs)) → A(a(a(if, a(f, x)), x), a(a(filter, f), xs))
A(qs, a(a(cons, x), xs)) → A(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs)))
A(a(le, a(s, x)), a(s, y)) → A(a(le, x), y)
A(a(append, a(a(cons, x), xs)), ys) → A(a(append, xs), ys)
A(qs, a(a(cons, x), xs)) → A(filter, a(le, x))
A(a(le, a(s, x)), a(s, y)) → A(le, x)
A(a(filter, f), a(a(cons, x), xs)) → A(a(filter, f), xs)
A(a(append, a(a(cons, x), xs)), ys) → A(append, xs)
A(qs, a(a(cons, x), xs)) → A(qs, a(a(filter, a(le, x)), xs))
A(qs, a(a(cons, x), xs)) → A(a(filter, a(le, x)), xs)
A(qs, a(a(cons, x), xs)) → A(qs, a(a(filter, a(not, a(le, x))), xs))
A(a(not, f), b) → A(not2, a(f, b))
A(a(filter, f), a(a(cons, x), xs)) → A(f, x)
A(qs, a(a(cons, x), xs)) → A(filter, a(not, a(le, x)))
A(qs, a(a(cons, x), xs)) → A(a(filter, a(not, a(le, x))), xs)
A(a(filter, f), a(a(cons, x), xs)) → A(a(if, a(f, x)), x)
A(a(not, f), b) → A(f, b)
A(a(filter, f), a(a(cons, x), xs)) → A(if, a(f, x))

The TRS R consists of the following rules:

a(a(append, nil), ys) → ys
a(a(append, a(a(cons, x), xs)), ys) → a(a(cons, x), a(a(append, xs), ys))
a(a(filter, f), nil) → nil
a(a(filter, f), a(a(cons, x), xs)) → a(a(a(if, a(f, x)), x), a(a(filter, f), xs))
a(a(le, 0), y) → true
a(a(le, a(s, x)), 0) → false
a(a(le, a(s, x)), a(s, y)) → a(a(le, x), y)
a(a(a(if, true), x), xs) → a(a(cons, x), xs)
a(a(a(if, false), x), xs) → xs
a(a(not, f), b) → a(not2, a(f, b))
a(not2, true) → false
a(not2, false) → true
a(qs, nil) → nil
a(qs, a(a(cons, x), xs)) → a(a(append, a(qs, a(a(filter, a(le, x)), xs))), a(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs))))

The set Q consists of the following terms:

a(a(append, nil), x0)
a(a(append, a(a(cons, x0), x1)), x2)
a(a(filter, x0), nil)
a(a(filter, x0), a(a(cons, x1), x2))
a(a(le, 0), x0)
a(a(le, a(s, x0)), 0)
a(a(le, a(s, x0)), a(s, x1))
a(a(a(if, true), x0), x1)
a(a(a(if, false), x0), x1)
a(a(not, x0), x1)
a(not2, true)
a(not2, false)
a(qs, nil)
a(qs, a(a(cons, x0), x1))

We have to consider all minimal (P,Q,R)-chains.
The approximation of the Dependency Graph [15,17,22] contains 3 SCCs with 16 less nodes.

↳ QTRS
  ↳ Overlay + Local Confluence
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
QDP
                ↳ UsableRulesProof
              ↳ QDP
              ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

A(a(le, a(s, x)), a(s, y)) → A(a(le, x), y)

The TRS R consists of the following rules:

a(a(append, nil), ys) → ys
a(a(append, a(a(cons, x), xs)), ys) → a(a(cons, x), a(a(append, xs), ys))
a(a(filter, f), nil) → nil
a(a(filter, f), a(a(cons, x), xs)) → a(a(a(if, a(f, x)), x), a(a(filter, f), xs))
a(a(le, 0), y) → true
a(a(le, a(s, x)), 0) → false
a(a(le, a(s, x)), a(s, y)) → a(a(le, x), y)
a(a(a(if, true), x), xs) → a(a(cons, x), xs)
a(a(a(if, false), x), xs) → xs
a(a(not, f), b) → a(not2, a(f, b))
a(not2, true) → false
a(not2, false) → true
a(qs, nil) → nil
a(qs, a(a(cons, x), xs)) → a(a(append, a(qs, a(a(filter, a(le, x)), xs))), a(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs))))

The set Q consists of the following terms:

a(a(append, nil), x0)
a(a(append, a(a(cons, x0), x1)), x2)
a(a(filter, x0), nil)
a(a(filter, x0), a(a(cons, x1), x2))
a(a(le, 0), x0)
a(a(le, a(s, x0)), 0)
a(a(le, a(s, x0)), a(s, x1))
a(a(a(if, true), x0), x1)
a(a(a(if, false), x0), x1)
a(a(not, x0), x1)
a(not2, true)
a(not2, false)
a(qs, nil)
a(qs, a(a(cons, x0), x1))

We have to consider all minimal (P,Q,R)-chains.
As all Q-normal forms are R-normal forms we are in the innermost case. Hence, by the usable rules processor [15] we can delete all non-usable rules [17] from R.

↳ QTRS
  ↳ Overlay + Local Confluence
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
                ↳ UsableRulesProof
QDP
                    ↳ ATransformationProof
              ↳ QDP
              ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

A(a(le, a(s, x)), a(s, y)) → A(a(le, x), y)

R is empty.
The set Q consists of the following terms:

a(a(append, nil), x0)
a(a(append, a(a(cons, x0), x1)), x2)
a(a(filter, x0), nil)
a(a(filter, x0), a(a(cons, x1), x2))
a(a(le, 0), x0)
a(a(le, a(s, x0)), 0)
a(a(le, a(s, x0)), a(s, x1))
a(a(a(if, true), x0), x1)
a(a(a(if, false), x0), x1)
a(a(not, x0), x1)
a(not2, true)
a(not2, false)
a(qs, nil)
a(qs, a(a(cons, x0), x1))

We have to consider all minimal (P,Q,R)-chains.
We have applied the A-Transformation [17] to get from an applicative problem to a standard problem.

↳ QTRS
  ↳ Overlay + Local Confluence
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
                ↳ UsableRulesProof
                  ↳ QDP
                    ↳ ATransformationProof
QDP
                        ↳ QReductionProof
              ↳ QDP
              ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

le1(s(x), s(y)) → le1(x, y)

R is empty.
The set Q consists of the following terms:

append(nil, x0)
append(cons(x0, x1), x2)
filter(x0, nil)
filter(x0, cons(x1, x2))
le(0, x0)
le(s(x0), 0)
le(s(x0), s(x1))
if(true, x0, x1)
if(false, x0, x1)
not(x0, x1)
not2(true)
not2(false)
qs(nil)
qs(cons(x0, x1))

We have to consider all minimal (P,Q,R)-chains.
We deleted the following terms from Q as each root-symbol of these terms does neither occur in P nor in R.

append(nil, x0)
append(cons(x0, x1), x2)
filter(x0, nil)
filter(x0, cons(x1, x2))
le(0, x0)
le(s(x0), 0)
le(s(x0), s(x1))
if(true, x0, x1)
if(false, x0, x1)
not(x0, x1)
not2(true)
not2(false)
qs(nil)
qs(cons(x0, x1))



↳ QTRS
  ↳ Overlay + Local Confluence
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
                ↳ UsableRulesProof
                  ↳ QDP
                    ↳ ATransformationProof
                      ↳ QDP
                        ↳ QReductionProof
QDP
                            ↳ QDPSizeChangeProof
              ↳ QDP
              ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

le1(s(x), s(y)) → le1(x, y)

R is empty.
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
By using the subterm criterion [20] together with the size-change analysis [32] we have proven that there are no infinite chains for this DP problem.

From the DPs we obtained the following set of size-change graphs:



↳ QTRS
  ↳ Overlay + Local Confluence
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
QDP
                ↳ UsableRulesProof
              ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

A(a(append, a(a(cons, x), xs)), ys) → A(a(append, xs), ys)

The TRS R consists of the following rules:

a(a(append, nil), ys) → ys
a(a(append, a(a(cons, x), xs)), ys) → a(a(cons, x), a(a(append, xs), ys))
a(a(filter, f), nil) → nil
a(a(filter, f), a(a(cons, x), xs)) → a(a(a(if, a(f, x)), x), a(a(filter, f), xs))
a(a(le, 0), y) → true
a(a(le, a(s, x)), 0) → false
a(a(le, a(s, x)), a(s, y)) → a(a(le, x), y)
a(a(a(if, true), x), xs) → a(a(cons, x), xs)
a(a(a(if, false), x), xs) → xs
a(a(not, f), b) → a(not2, a(f, b))
a(not2, true) → false
a(not2, false) → true
a(qs, nil) → nil
a(qs, a(a(cons, x), xs)) → a(a(append, a(qs, a(a(filter, a(le, x)), xs))), a(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs))))

The set Q consists of the following terms:

a(a(append, nil), x0)
a(a(append, a(a(cons, x0), x1)), x2)
a(a(filter, x0), nil)
a(a(filter, x0), a(a(cons, x1), x2))
a(a(le, 0), x0)
a(a(le, a(s, x0)), 0)
a(a(le, a(s, x0)), a(s, x1))
a(a(a(if, true), x0), x1)
a(a(a(if, false), x0), x1)
a(a(not, x0), x1)
a(not2, true)
a(not2, false)
a(qs, nil)
a(qs, a(a(cons, x0), x1))

We have to consider all minimal (P,Q,R)-chains.
As all Q-normal forms are R-normal forms we are in the innermost case. Hence, by the usable rules processor [15] we can delete all non-usable rules [17] from R.

↳ QTRS
  ↳ Overlay + Local Confluence
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
              ↳ QDP
                ↳ UsableRulesProof
QDP
                    ↳ ATransformationProof
              ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

A(a(append, a(a(cons, x), xs)), ys) → A(a(append, xs), ys)

R is empty.
The set Q consists of the following terms:

a(a(append, nil), x0)
a(a(append, a(a(cons, x0), x1)), x2)
a(a(filter, x0), nil)
a(a(filter, x0), a(a(cons, x1), x2))
a(a(le, 0), x0)
a(a(le, a(s, x0)), 0)
a(a(le, a(s, x0)), a(s, x1))
a(a(a(if, true), x0), x1)
a(a(a(if, false), x0), x1)
a(a(not, x0), x1)
a(not2, true)
a(not2, false)
a(qs, nil)
a(qs, a(a(cons, x0), x1))

We have to consider all minimal (P,Q,R)-chains.
We have applied the A-Transformation [17] to get from an applicative problem to a standard problem.

↳ QTRS
  ↳ Overlay + Local Confluence
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
              ↳ QDP
                ↳ UsableRulesProof
                  ↳ QDP
                    ↳ ATransformationProof
QDP
                        ↳ QReductionProof
              ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

append1(cons(x, xs), ys) → append1(xs, ys)

R is empty.
The set Q consists of the following terms:

append(nil, x0)
append(cons(x0, x1), x2)
filter(x0, nil)
filter(x0, cons(x1, x2))
le(0, x0)
le(s(x0), 0)
le(s(x0), s(x1))
if(true, x0, x1)
if(false, x0, x1)
not(x0, x1)
not2(true)
not2(false)
qs(nil)
qs(cons(x0, x1))

We have to consider all minimal (P,Q,R)-chains.
We deleted the following terms from Q as each root-symbol of these terms does neither occur in P nor in R.

append(nil, x0)
append(cons(x0, x1), x2)
filter(x0, nil)
filter(x0, cons(x1, x2))
le(0, x0)
le(s(x0), 0)
le(s(x0), s(x1))
if(true, x0, x1)
if(false, x0, x1)
not(x0, x1)
not2(true)
not2(false)
qs(nil)
qs(cons(x0, x1))



↳ QTRS
  ↳ Overlay + Local Confluence
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
              ↳ QDP
                ↳ UsableRulesProof
                  ↳ QDP
                    ↳ ATransformationProof
                      ↳ QDP
                        ↳ QReductionProof
QDP
                            ↳ QDPSizeChangeProof
              ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

append1(cons(x, xs), ys) → append1(xs, ys)

R is empty.
Q is empty.
We have to consider all minimal (P,Q,R)-chains.
By using the subterm criterion [20] together with the size-change analysis [32] we have proven that there are no infinite chains for this DP problem.

From the DPs we obtained the following set of size-change graphs:



↳ QTRS
  ↳ Overlay + Local Confluence
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
              ↳ QDP
QDP
                ↳ QDPApplicativeOrderProof

Q DP problem:
The TRS P consists of the following rules:

A(qs, a(a(cons, x), xs)) → A(a(filter, a(not, a(le, x))), xs)
A(a(filter, f), a(a(cons, x), xs)) → A(a(filter, f), xs)
A(qs, a(a(cons, x), xs)) → A(a(filter, a(le, x)), xs)
A(qs, a(a(cons, x), xs)) → A(qs, a(a(filter, a(le, x)), xs))
A(qs, a(a(cons, x), xs)) → A(qs, a(a(filter, a(not, a(le, x))), xs))
A(a(not, f), b) → A(f, b)
A(a(filter, f), a(a(cons, x), xs)) → A(f, x)

The TRS R consists of the following rules:

a(a(append, nil), ys) → ys
a(a(append, a(a(cons, x), xs)), ys) → a(a(cons, x), a(a(append, xs), ys))
a(a(filter, f), nil) → nil
a(a(filter, f), a(a(cons, x), xs)) → a(a(a(if, a(f, x)), x), a(a(filter, f), xs))
a(a(le, 0), y) → true
a(a(le, a(s, x)), 0) → false
a(a(le, a(s, x)), a(s, y)) → a(a(le, x), y)
a(a(a(if, true), x), xs) → a(a(cons, x), xs)
a(a(a(if, false), x), xs) → xs
a(a(not, f), b) → a(not2, a(f, b))
a(not2, true) → false
a(not2, false) → true
a(qs, nil) → nil
a(qs, a(a(cons, x), xs)) → a(a(append, a(qs, a(a(filter, a(le, x)), xs))), a(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs))))

The set Q consists of the following terms:

a(a(append, nil), x0)
a(a(append, a(a(cons, x0), x1)), x2)
a(a(filter, x0), nil)
a(a(filter, x0), a(a(cons, x1), x2))
a(a(le, 0), x0)
a(a(le, a(s, x0)), 0)
a(a(le, a(s, x0)), a(s, x1))
a(a(a(if, true), x0), x1)
a(a(a(if, false), x0), x1)
a(a(not, x0), x1)
a(not2, true)
a(not2, false)
a(qs, nil)
a(qs, a(a(cons, x0), x1))

We have to consider all minimal (P,Q,R)-chains.
We use the reduction pair processor [15].First, we preprocessed all pairs by applying the argument filter which replaces every head symbol by its second argument. Then we combined the reduction pair processor with the A-transformation [17] which results in the following intermediate Q-DP Problem.
The a-transformed P is

cons(x, xs) → xs
cons(x, xs) → xs
cons(x, xs) → xs
cons(x, xs) → filter(le(x), xs)
cons(x, xs) → filter(not(le(x)), xs)
bb
cons(x, xs) → x

The a-transformed usable rules are

if(true, x, xs) → cons(x, xs)
filter(f, nil) → nil
if(false, x, xs) → xs
filter(f, cons(x, xs)) → if(notProper, x, filter(f, xs))


The following pairs can be oriented strictly and are deleted.


A(qs, a(a(cons, x), xs)) → A(a(filter, a(not, a(le, x))), xs)
A(a(filter, f), a(a(cons, x), xs)) → A(a(filter, f), xs)
A(qs, a(a(cons, x), xs)) → A(a(filter, a(le, x)), xs)
A(a(filter, f), a(a(cons, x), xs)) → A(f, x)
The remaining pairs can at least be oriented weakly.

A(qs, a(a(cons, x), xs)) → A(qs, a(a(filter, a(le, x)), xs))
A(qs, a(a(cons, x), xs)) → A(qs, a(a(filter, a(not, a(le, x))), xs))
A(a(not, f), b) → A(f, b)
Used ordering: Polynomial interpretation [25]:

POL(cons(x1, x2)) = 1 + x1 + x2   
POL(false) = 0   
POL(filter(x1, x2)) = x1 + x2   
POL(if(x1, x2, x3)) = 1 + x2 + x3   
POL(le(x1)) = 1   
POL(nil) = 0   
POL(not(x1)) = 1   
POL(notProper) = 0   
POL(true) = 0   

The following usable rules [17] were oriented:

a(a(a(if, true), x), xs) → a(a(cons, x), xs)
a(a(filter, f), nil) → nil
a(a(a(if, false), x), xs) → xs
a(a(filter, f), a(a(cons, x), xs)) → a(a(a(if, a(f, x)), x), a(a(filter, f), xs))



↳ QTRS
  ↳ Overlay + Local Confluence
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
              ↳ QDP
              ↳ QDP
                ↳ QDPApplicativeOrderProof
QDP
                    ↳ DependencyGraphProof

Q DP problem:
The TRS P consists of the following rules:

A(qs, a(a(cons, x), xs)) → A(qs, a(a(filter, a(le, x)), xs))
A(qs, a(a(cons, x), xs)) → A(qs, a(a(filter, a(not, a(le, x))), xs))
A(a(not, f), b) → A(f, b)

The TRS R consists of the following rules:

a(a(append, nil), ys) → ys
a(a(append, a(a(cons, x), xs)), ys) → a(a(cons, x), a(a(append, xs), ys))
a(a(filter, f), nil) → nil
a(a(filter, f), a(a(cons, x), xs)) → a(a(a(if, a(f, x)), x), a(a(filter, f), xs))
a(a(le, 0), y) → true
a(a(le, a(s, x)), 0) → false
a(a(le, a(s, x)), a(s, y)) → a(a(le, x), y)
a(a(a(if, true), x), xs) → a(a(cons, x), xs)
a(a(a(if, false), x), xs) → xs
a(a(not, f), b) → a(not2, a(f, b))
a(not2, true) → false
a(not2, false) → true
a(qs, nil) → nil
a(qs, a(a(cons, x), xs)) → a(a(append, a(qs, a(a(filter, a(le, x)), xs))), a(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs))))

The set Q consists of the following terms:

a(a(append, nil), x0)
a(a(append, a(a(cons, x0), x1)), x2)
a(a(filter, x0), nil)
a(a(filter, x0), a(a(cons, x1), x2))
a(a(le, 0), x0)
a(a(le, a(s, x0)), 0)
a(a(le, a(s, x0)), a(s, x1))
a(a(a(if, true), x0), x1)
a(a(a(if, false), x0), x1)
a(a(not, x0), x1)
a(not2, true)
a(not2, false)
a(qs, nil)
a(qs, a(a(cons, x0), x1))

We have to consider all minimal (P,Q,R)-chains.
The approximation of the Dependency Graph [15,17,22] contains 2 SCCs.

↳ QTRS
  ↳ Overlay + Local Confluence
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
              ↳ QDP
              ↳ QDP
                ↳ QDPApplicativeOrderProof
                  ↳ QDP
                    ↳ DependencyGraphProof
                      ↳ AND
QDP
                          ↳ QDPApplicativeOrderProof
                        ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

A(qs, a(a(cons, x), xs)) → A(qs, a(a(filter, a(le, x)), xs))
A(qs, a(a(cons, x), xs)) → A(qs, a(a(filter, a(not, a(le, x))), xs))

The TRS R consists of the following rules:

a(a(append, nil), ys) → ys
a(a(append, a(a(cons, x), xs)), ys) → a(a(cons, x), a(a(append, xs), ys))
a(a(filter, f), nil) → nil
a(a(filter, f), a(a(cons, x), xs)) → a(a(a(if, a(f, x)), x), a(a(filter, f), xs))
a(a(le, 0), y) → true
a(a(le, a(s, x)), 0) → false
a(a(le, a(s, x)), a(s, y)) → a(a(le, x), y)
a(a(a(if, true), x), xs) → a(a(cons, x), xs)
a(a(a(if, false), x), xs) → xs
a(a(not, f), b) → a(not2, a(f, b))
a(not2, true) → false
a(not2, false) → true
a(qs, nil) → nil
a(qs, a(a(cons, x), xs)) → a(a(append, a(qs, a(a(filter, a(le, x)), xs))), a(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs))))

The set Q consists of the following terms:

a(a(append, nil), x0)
a(a(append, a(a(cons, x0), x1)), x2)
a(a(filter, x0), nil)
a(a(filter, x0), a(a(cons, x1), x2))
a(a(le, 0), x0)
a(a(le, a(s, x0)), 0)
a(a(le, a(s, x0)), a(s, x1))
a(a(a(if, true), x0), x1)
a(a(a(if, false), x0), x1)
a(a(not, x0), x1)
a(not2, true)
a(not2, false)
a(qs, nil)
a(qs, a(a(cons, x0), x1))

We have to consider all minimal (P,Q,R)-chains.
We use the reduction pair processor [15].Here, we combined the reduction pair processor with the A-transformation [17] which results in the following intermediate Q-DP Problem.
The a-transformed P is

qs1(cons(x, xs)) → qs1(filter(le(x), xs))
qs1(cons(x, xs)) → qs1(filter(not(le(x)), xs))

The a-transformed usable rules are

if(true, x, xs) → cons(x, xs)
filter(f, nil) → nil
if(false, x, xs) → xs
filter(f, cons(x, xs)) → if(notProper, x, filter(f, xs))


The following pairs can be oriented strictly and are deleted.


A(qs, a(a(cons, x), xs)) → A(qs, a(a(filter, a(not, a(le, x))), xs))
The remaining pairs can at least be oriented weakly.

A(qs, a(a(cons, x), xs)) → A(qs, a(a(filter, a(le, x)), xs))
Used ordering: Polynomial interpretation [25]:

POL(cons(x1, x2)) = 1 + x2   
POL(false) = 0   
POL(filter(x1, x2)) = x1 + x2   
POL(if(x1, x2, x3)) = 1 + x3   
POL(le(x1)) = 1   
POL(nil) = 0   
POL(not(x1)) = 0   
POL(notProper) = 0   
POL(qs1(x1)) = x1   
POL(true) = 0   

The following usable rules [17] were oriented:

a(a(a(if, true), x), xs) → a(a(cons, x), xs)
a(a(filter, f), nil) → nil
a(a(a(if, false), x), xs) → xs
a(a(filter, f), a(a(cons, x), xs)) → a(a(a(if, a(f, x)), x), a(a(filter, f), xs))



↳ QTRS
  ↳ Overlay + Local Confluence
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
              ↳ QDP
              ↳ QDP
                ↳ QDPApplicativeOrderProof
                  ↳ QDP
                    ↳ DependencyGraphProof
                      ↳ AND
                        ↳ QDP
                          ↳ QDPApplicativeOrderProof
QDP
                              ↳ QDPApplicativeOrderProof
                        ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

A(qs, a(a(cons, x), xs)) → A(qs, a(a(filter, a(le, x)), xs))

The TRS R consists of the following rules:

a(a(append, nil), ys) → ys
a(a(append, a(a(cons, x), xs)), ys) → a(a(cons, x), a(a(append, xs), ys))
a(a(filter, f), nil) → nil
a(a(filter, f), a(a(cons, x), xs)) → a(a(a(if, a(f, x)), x), a(a(filter, f), xs))
a(a(le, 0), y) → true
a(a(le, a(s, x)), 0) → false
a(a(le, a(s, x)), a(s, y)) → a(a(le, x), y)
a(a(a(if, true), x), xs) → a(a(cons, x), xs)
a(a(a(if, false), x), xs) → xs
a(a(not, f), b) → a(not2, a(f, b))
a(not2, true) → false
a(not2, false) → true
a(qs, nil) → nil
a(qs, a(a(cons, x), xs)) → a(a(append, a(qs, a(a(filter, a(le, x)), xs))), a(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs))))

The set Q consists of the following terms:

a(a(append, nil), x0)
a(a(append, a(a(cons, x0), x1)), x2)
a(a(filter, x0), nil)
a(a(filter, x0), a(a(cons, x1), x2))
a(a(le, 0), x0)
a(a(le, a(s, x0)), 0)
a(a(le, a(s, x0)), a(s, x1))
a(a(a(if, true), x0), x1)
a(a(a(if, false), x0), x1)
a(a(not, x0), x1)
a(not2, true)
a(not2, false)
a(qs, nil)
a(qs, a(a(cons, x0), x1))

We have to consider all minimal (P,Q,R)-chains.
We use the reduction pair processor [15].Here, we combined the reduction pair processor with the A-transformation [17] which results in the following intermediate Q-DP Problem.
The a-transformed P is

qs1(cons(x, xs)) → qs1(filter(le(x), xs))

The a-transformed usable rules are

if(true, x, xs) → cons(x, xs)
filter(f, nil) → nil
if(false, x, xs) → xs
filter(f, cons(x, xs)) → if(notProper, x, filter(f, xs))


The following pairs can be oriented strictly and are deleted.


A(qs, a(a(cons, x), xs)) → A(qs, a(a(filter, a(le, x)), xs))
The remaining pairs can at least be oriented weakly.
none
Used ordering: Polynomial interpretation [25]:

POL(cons(x1, x2)) = 1 + x1 + x2   
POL(false) = 0   
POL(filter(x1, x2)) = x2   
POL(if(x1, x2, x3)) = 1 + x2 + x3   
POL(le(x1)) = 0   
POL(nil) = 0   
POL(notProper) = 0   
POL(qs1(x1)) = x1   
POL(true) = 0   

The following usable rules [17] were oriented:

a(a(a(if, true), x), xs) → a(a(cons, x), xs)
a(a(filter, f), nil) → nil
a(a(a(if, false), x), xs) → xs
a(a(filter, f), a(a(cons, x), xs)) → a(a(a(if, a(f, x)), x), a(a(filter, f), xs))



↳ QTRS
  ↳ Overlay + Local Confluence
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
              ↳ QDP
              ↳ QDP
                ↳ QDPApplicativeOrderProof
                  ↳ QDP
                    ↳ DependencyGraphProof
                      ↳ AND
                        ↳ QDP
                          ↳ QDPApplicativeOrderProof
                            ↳ QDP
                              ↳ QDPApplicativeOrderProof
QDP
                                  ↳ PisEmptyProof
                        ↳ QDP

Q DP problem:
P is empty.
The TRS R consists of the following rules:

a(a(append, nil), ys) → ys
a(a(append, a(a(cons, x), xs)), ys) → a(a(cons, x), a(a(append, xs), ys))
a(a(filter, f), nil) → nil
a(a(filter, f), a(a(cons, x), xs)) → a(a(a(if, a(f, x)), x), a(a(filter, f), xs))
a(a(le, 0), y) → true
a(a(le, a(s, x)), 0) → false
a(a(le, a(s, x)), a(s, y)) → a(a(le, x), y)
a(a(a(if, true), x), xs) → a(a(cons, x), xs)
a(a(a(if, false), x), xs) → xs
a(a(not, f), b) → a(not2, a(f, b))
a(not2, true) → false
a(not2, false) → true
a(qs, nil) → nil
a(qs, a(a(cons, x), xs)) → a(a(append, a(qs, a(a(filter, a(le, x)), xs))), a(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs))))

The set Q consists of the following terms:

a(a(append, nil), x0)
a(a(append, a(a(cons, x0), x1)), x2)
a(a(filter, x0), nil)
a(a(filter, x0), a(a(cons, x1), x2))
a(a(le, 0), x0)
a(a(le, a(s, x0)), 0)
a(a(le, a(s, x0)), a(s, x1))
a(a(a(if, true), x0), x1)
a(a(a(if, false), x0), x1)
a(a(not, x0), x1)
a(not2, true)
a(not2, false)
a(qs, nil)
a(qs, a(a(cons, x0), x1))

We have to consider all minimal (P,Q,R)-chains.
The TRS P is empty. Hence, there is no (P,Q,R) chain.

↳ QTRS
  ↳ Overlay + Local Confluence
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
              ↳ QDP
              ↳ QDP
                ↳ QDPApplicativeOrderProof
                  ↳ QDP
                    ↳ DependencyGraphProof
                      ↳ AND
                        ↳ QDP
QDP
                          ↳ UsableRulesProof

Q DP problem:
The TRS P consists of the following rules:

A(a(not, f), b) → A(f, b)

The TRS R consists of the following rules:

a(a(append, nil), ys) → ys
a(a(append, a(a(cons, x), xs)), ys) → a(a(cons, x), a(a(append, xs), ys))
a(a(filter, f), nil) → nil
a(a(filter, f), a(a(cons, x), xs)) → a(a(a(if, a(f, x)), x), a(a(filter, f), xs))
a(a(le, 0), y) → true
a(a(le, a(s, x)), 0) → false
a(a(le, a(s, x)), a(s, y)) → a(a(le, x), y)
a(a(a(if, true), x), xs) → a(a(cons, x), xs)
a(a(a(if, false), x), xs) → xs
a(a(not, f), b) → a(not2, a(f, b))
a(not2, true) → false
a(not2, false) → true
a(qs, nil) → nil
a(qs, a(a(cons, x), xs)) → a(a(append, a(qs, a(a(filter, a(le, x)), xs))), a(a(cons, x), a(qs, a(a(filter, a(not, a(le, x))), xs))))

The set Q consists of the following terms:

a(a(append, nil), x0)
a(a(append, a(a(cons, x0), x1)), x2)
a(a(filter, x0), nil)
a(a(filter, x0), a(a(cons, x1), x2))
a(a(le, 0), x0)
a(a(le, a(s, x0)), 0)
a(a(le, a(s, x0)), a(s, x1))
a(a(a(if, true), x0), x1)
a(a(a(if, false), x0), x1)
a(a(not, x0), x1)
a(not2, true)
a(not2, false)
a(qs, nil)
a(qs, a(a(cons, x0), x1))

We have to consider all minimal (P,Q,R)-chains.
As all Q-normal forms are R-normal forms we are in the innermost case. Hence, by the usable rules processor [15] we can delete all non-usable rules [17] from R.

↳ QTRS
  ↳ Overlay + Local Confluence
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
              ↳ QDP
              ↳ QDP
                ↳ QDPApplicativeOrderProof
                  ↳ QDP
                    ↳ DependencyGraphProof
                      ↳ AND
                        ↳ QDP
                        ↳ QDP
                          ↳ UsableRulesProof
QDP
                              ↳ QDPSizeChangeProof

Q DP problem:
The TRS P consists of the following rules:

A(a(not, f), b) → A(f, b)

R is empty.
The set Q consists of the following terms:

a(a(append, nil), x0)
a(a(append, a(a(cons, x0), x1)), x2)
a(a(filter, x0), nil)
a(a(filter, x0), a(a(cons, x1), x2))
a(a(le, 0), x0)
a(a(le, a(s, x0)), 0)
a(a(le, a(s, x0)), a(s, x1))
a(a(a(if, true), x0), x1)
a(a(a(if, false), x0), x1)
a(a(not, x0), x1)
a(not2, true)
a(not2, false)
a(qs, nil)
a(qs, a(a(cons, x0), x1))

We have to consider all minimal (P,Q,R)-chains.
By using the subterm criterion [20] together with the size-change analysis [32] we have proven that there are no infinite chains for this DP problem.

From the DPs we obtained the following set of size-change graphs: